|
|
|
|
SortAscending Class |
SortAscending Class (Softelvdm.SftTreeNET Namespace)
Default implementation of an IComparer class used with the ItemCollectionClass.Sort method to sort items in an ascending fashion, based on the cell text in a specified column.
VB |
Public NotInheritable Class SortAscending Inherits Object |
C# |
public sealed class SortAscending : Object |
C++ |
public ref class SortAscending sealed : public Object |
Public |
Properties |
Fields |
Events |
||
Protected |
Constructors |
Properties |
Fields |
|
Description |
|
Initializes a new instance of the SortAscending class. | |
Description | |
Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other. | |
Equals | Determines whether the specified Object is equal to the current Object. |
GetHashCode | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
GetType | Gets the Type of the current instance. |
ReferenceEquals | Determines whether the specified Object instances are the same instance. |
ToString | Returns a String that represents the current Object. |
Description | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone | Creates a shallow copy of the current Object. |
See Also Softelvdm.SftTreeNET Namespace